From: Glenn Morris Date: Thu, 23 Jul 2009 02:54:00 +0000 (+0000) Subject: (load-time-value): Update for the name-change `outbuffer' to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11343 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=43f7762e65779bd3bd1af0dbe9a7eb627feca198;p=emacs.git (load-time-value): Update for the name-change `outbuffer' to `bytecomp-outbuffer'. --- diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 2d6eb93550b..9a2eee325f4 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -485,7 +485,7 @@ The result of the body appears to the compiler as a quoted constant." (symbol-function 'byte-compile-file-form))) (list 'byte-compile-file-form (list 'quote set)) '(byte-compile-file-form form))) - (print set (symbol-value 'outbuffer))) + (print set (symbol-value 'bytecomp-outbuffer))) (list 'symbol-value (list 'quote temp))) (list 'quote (eval form))))